Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knapsack: Fix empty list of items #2350

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Dec 9, 2023

No description provided.

@@ -12,6 +12,17 @@
},
"expected": 0
},
{
"uuid": "3993a824-c20e-493d-b3c9-ee8a7753ee59",
"reimplements": "a4d7d2f0-ad8a-460c-86f3-88ba709d41a7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a re-implements when the expected generated test code shouldn't change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the CI tests fail if I change the existing test case 🤷

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's technically a breaking change, so yeah the reimplements makes sense here I think.

@@ -12,6 +12,17 @@
},
"expected": 0
},
{
"uuid": "3993a824-c20e-493d-b3c9-ee8a7753ee59",
"reimplements": "a4d7d2f0-ad8a-460c-86f3-88ba709d41a7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's technically a breaking change, so yeah the reimplements makes sense here I think.

@senekor senekor merged commit 6c1d8e2 into main Dec 12, 2023
7 checks passed
@senekor senekor deleted the knapsack-fix-canonical-data branch December 12, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants